Adwaita: fix action bar styling
authorMatthias Clasen <mclasen@redhat.com>
Sat, 19 Dec 2015 03:37:57 +0000 (22:37 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 19 Dec 2015 03:37:57 +0000 (22:37 -0500)
Make action bar buttons have some padding again.

gtk/theme/Adwaita/_common.scss
gtk/theme/Adwaita/gtk-contained-dark.css
gtk/theme/Adwaita/gtk-contained.css

index c6e2a02a67027a38d008fb7f7f46e0f5a76cec3d..250dce1a45da8b6170dc3ef72653fc793003c932 100644 (file)
@@ -2514,11 +2514,14 @@ paper {
   &:backdrop { border-color: $backdrop_borders_color; }
 }
 
-actionbar frame {
-  padding: 6px;
+actionbar frame border {
   border-width: 1px 0 0;
 }
 
+actionbar box {
+  padding: 6px;
+}
+
 placessidebar,
 scrolledwindow {
   viewport.frame { // avoid double borders when viewport inside scrolled window
index eadf160c6d9971852f0e34d399686574997145c9..9db0bb5fd066b933108823d21d7a1ca3c68317c9 100644 (file)
@@ -2983,8 +2983,10 @@ checkbutton.text-button, radiobutton.text-button {
     checkbutton.text-button:insensitive:backdrop, checkbutton.text-button:insensitive:active:backdrop, checkbutton.text-button:insensitive:inconsistent:backdrop, radiobutton.text-button:insensitive:backdrop, radiobutton.text-button:insensitive:active:backdrop, radiobutton.text-button:insensitive:inconsistent:backdrop {
       color: #5d6767; }
 
+radiobutton radio,
 checkbutton check {
   margin: 0 2px 0 2px; }
+  radiobutton radio:only-child,
   checkbutton check:only-child {
     margin: 0; }
 
@@ -3504,10 +3506,12 @@ paper {
   paper:backdrop {
     border-color: #1f2222; }
 
-actionbar frame {
-  padding: 6px;
+actionbar frame border {
   border-width: 1px 0 0; }
 
+actionbar box {
+  padding: 6px; }
+
 placessidebar viewport.frame,
 scrolledwindow viewport.frame {
   border-style: none; }
index d6d42b4d419596b1a61cb72e5d3b7abd69c8a202..5d0a8334f246d66e93dab4d79fc759a594fed2f0 100644 (file)
@@ -3145,8 +3145,10 @@ checkbutton.text-button, radiobutton.text-button {
     checkbutton.text-button:insensitive:backdrop, checkbutton.text-button:insensitive:active:backdrop, checkbutton.text-button:insensitive:inconsistent:backdrop, radiobutton.text-button:insensitive:backdrop, radiobutton.text-button:insensitive:active:backdrop, radiobutton.text-button:insensitive:inconsistent:backdrop {
       color: #c3c3c0; }
 
+radiobutton radio,
 checkbutton check {
   margin: 0 2px 0 2px; }
+  radiobutton radio:only-child,
   checkbutton check:only-child {
     margin: 0; }
 
@@ -3666,10 +3668,12 @@ paper {
   paper:backdrop {
     border-color: #a5a5a1; }
 
-actionbar frame {
-  padding: 6px;
+actionbar frame border {
   border-width: 1px 0 0; }
 
+actionbar box {
+  padding: 6px; }
+
 placessidebar viewport.frame,
 scrolledwindow viewport.frame {
   border-style: none; }